home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / Examples / Soundboard / Soundboard.prefix < prev    next >
Encoding:
Text File  |  1996-05-16  |  264 b   |  19 lines  |  [TEXT/CWIE]

  1. #ifdef powerc
  2.  
  3.     #include <PP_DebugHeadersPPC>
  4.     
  5.     #define ConfigPowerMac
  6.     #define ConfigMathFloat
  7.     //#define ConfigMathFixed
  8.  
  9. #else
  10.  
  11.     #include <PP_DebugHeaders68K>
  12.     
  13.     #define ConfigMac
  14.     //#define ConfigMathFloat
  15.     #define ConfigMathFixed
  16.  
  17. #endif
  18.  
  19. #include "Config.h"